Northwoods.GoWPF 2.2.4 Assembly
ModifyLinkFromPort Method

the link data to be modified
the new node data's nodekey
This method actually implements the modification of a link data to change the reference to the "from" node data and the link's "from" port information.
Syntax
Protected Overridable Sub ModifyLinkFromPort( _
   ByVal linkdata As LinkType, _
   ByVal nodekey As NodeKey, _
   ByVal portparam As PortKey _
) 
protected virtual void ModifyLinkFromPort( 
   LinkType linkdata,
   NodeKey nodekey,
   PortKey portparam
)

Parameters

linkdata
the link data to be modified
nodekey
the new node data's nodekey
portparam
Remarks
This method can be overridden in case the LinkFromPath or LinkFromParameterPath property paths are not flexible enough or fast enough to get the node and port for a link.
Requirements
See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback